home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue28 / subclass / app2main.dfm / app2main.txt
Encoding:
Text File  |  1997-09-09  |  1.3 KB  |  68 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 423
  5.   Height = 360
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 24
  16.     Top = 8
  17.     Width = 185
  18.     Height = 25
  19.     Caption = 'Load example component'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 16
  25.     Top = 48
  26.     Width = 233
  27.     Height = 25
  28.     Caption = 'Turn on component subclass of form'
  29.     TabOrder = 1
  30.     OnClick = Button2Click
  31.   end
  32.   object Button3: TButton
  33.     Left = 16
  34.     Top = 88
  35.     Width = 225
  36.     Height = 25
  37.     Caption = 'Turn off subclassing'
  38.     TabOrder = 2
  39.     OnClick = Button3Click
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 32
  43.     Top = 208
  44.     Width = 321
  45.     Height = 73
  46.     Caption = 'Panel1'
  47.     TabOrder = 3
  48.   end
  49.   object Button4: TButton
  50.     Left = 32
  51.     Top = 168
  52.     Width = 249
  53.     Height = 25
  54.     Caption = 'Drop example component on Panel1'
  55.     TabOrder = 4
  56.     OnClick = Button4Click
  57.   end
  58.   object Button5: TButton
  59.     Left = 40
  60.     Top = 296
  61.     Width = 201
  62.     Height = 25
  63.     Caption = 'Drop example 2 on Panel'
  64.     TabOrder = 5
  65.     OnClick = Button5Click
  66.   end
  67. end
  68.